home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Hy-Hyperi / HyperCard Class.cpt / HyperCard Class / HyperCard Class / card_9419.txt < prev    next >
Encoding:
Text File  |  1990-09-03  |  1.5 KB  |  70 lines

  1. -- card: 9419 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 6889
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   repeat with i = 1 to number of bkgnd fields
  9.     set lockText of bkgnd field i to false
  10.   end repeat
  11.   show bkgnd field "background text2"
  12. end openCard
  13.  
  14.  
  15. -- part 1 (button)
  16. -- low flags: 00
  17. -- high flags: 0001
  18. -- rect: left=419 top=297 right=331 bottom=456
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: Coverup
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 0001
  32. -- rect: left=172 top=297 right=331 bottom=255
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Coverup
  41.  
  42.  
  43. -- part contents for background part 2
  44. ----- text -----
  45. INTRODUCTION TO HYPERCARD
  46.  
  47. -- part contents for background part 15
  48. ----- text -----
  49. Page 9 of 9
  50.  
  51. -- part contents for background part 3
  52. ----- text -----
  53.  
  54.  
  55. All of these objects interact with each other, with the user, with HyperCard and with the Macintosh environment. Each object can send messages to other objects. The concept of sending messages is involved with writing the code or scripts in HyperTalk. You will be introduced to scripting in the last class.
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. -- part contents for background part 17
  64. ----- text -----
  65.  
  66.  
  67.  
  68.  
  69. Now go back to the Class I menu card and click on the button Levels of Use.
  70.